Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Referer support #7

Closed
evilpie opened this issue Aug 23, 2019 · 1 comment
Closed

Implement Referer support #7

evilpie opened this issue Aug 23, 2019 · 1 comment
Labels
enhancement New feature or request P1 Priority 1

Comments

@evilpie
Copy link

evilpie commented Aug 23, 2019

You can now set the Referer header in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1367626

This was probably the easiest of the P4 todo items to implement, but for example you could probably get a simple implementation for handling HTTP status codes.

@nmaier nmaier added enhancement New feature or request P1 Priority 1 labels Aug 23, 2019
@nmaier
Copy link
Member

nmaier commented Aug 23, 2019

I was actually about to file that issue here myself but you beat me to it 😁

example you could probably get a simple implementation for handling HTTP status codes.

What do you mean? Right now there is no way of getting status codes for downloads (the downloads API does not provide it and the webRequest API does not see downloads).
Which actually is a major pain in my butt.

nmaier added a commit that referenced this issue Aug 24, 2019
@nmaier nmaier closed this as completed Aug 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P1 Priority 1
Projects
None yet
Development

No branches or pull requests

2 participants